All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.CodecName

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTPointerRef
                   |
                   +----quicktime.std.image.CodecName

public final class CodecName
extends QTPointerRef
CodecName class corresponds to the CodecNameSpec structure. It defines a compressor name structure. refer to CodecNameSpec in QuickTime


Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Method Index

 o getCodecComponent()
Get the CodecComponent.
 o getCType()
Get the compressor type.
 o getName()
Get the name of the compressor component.
 o getTypeName()
Returns the type name in string.
 o toString()
Returns the String representation of this Codec Name.

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Methods

 o getCType
 public int getCType()
Get the compressor type.

Returns:
the compressor type.
 o getTypeName
 public String getTypeName() throws UtilException
Returns the type name in string.

Returns:
the type name.
 o getCodecComponent
 public CodecComponent getCodecComponent()
Get the CodecComponent.

Returns:
the CodecComponent.
 o getName
 public StringHandle getName()
Get the name of the compressor component.

Returns:
the name.
 o toString
 public String toString()
Returns the String representation of this Codec Name.

Overrides:
toString in class QTPointerRef

All Packages  Class Hierarchy  This Package  Previous  Next  Index